Fix typo in gtkprintoperation
authorJavier Jardón <jjardon@gnome.org>
Sat, 8 May 2010 14:36:38 +0000 (16:36 +0200)
committerJavier Jardón <jjardon@gnome.org>
Sat, 8 May 2010 14:36:38 +0000 (16:36 +0200)
Reported by Andika Triwidada in
https://bugzilla.gnome.org/show_bug.cgi?id=618093

gtk/gtkprintoperation.c

index 72285730c6cbdc1c10196a44dde8315585b264ed..b6a77b4bf4a5a6d4436c8dcf33f7c9e53febdc7e 100644 (file)
@@ -1294,7 +1294,7 @@ gtk_print_operation_class_init (GtkPrintOperationClass *class)
                                   PROP_HAS_SELECTION,
                                   g_param_spec_boolean ("has-selection",
                                                         P_("Has Selection"),
-                                                        P_("TRUE if a selecion exists."),
+                                                        P_("TRUE if a selection exists."),
                                                         FALSE,
                                                         GTK_PARAM_READWRITE));